Object::Warning

Section: ET++ method description (n)
Updated: automatically Fri Mar 1 10:54:57 1991
Index Return to Main Contents
 

NAME

Object::Warning - instance method  

TEMPLATE

void Warning(char * location, char * messageFormat, ellipsis ...)  

SPECIFIERS

public  

DESCRIPTION

Calls the method DoError with const cWarning as error level to format and display the error message.
This method is called on minor errors only.  

ARGUMENTS

char * location

the name of the method where the error occurred
char * messageFormat

a string with the format of the error message in the style of the function printf
ellipsis ...

a variable number of arguments for the messageFormat
 

RETURN ARGUMENT

void

 

CATEGORIES

error handling, client interface

 

FILES

implementation:
Object.C


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES

This document was created by man2html, using the manual pages.
Time: 00:40:25 GMT, March 30, 2022